SciChart.Core Assembly > TinyMessenger Namespace > ITinyMessengerHub Interface > PublishAsync Method : PublishAsync<TMessage>(TMessage,AsyncCallback) Method
Type of message
Message to deliver
AsyncCallback called on completion
PublishAsync<TMessage>(TMessage,AsyncCallback) Method
Publish a message to any subscribers asynchronously
Syntax
void PublishAsync<TMessage>( 
   TMessage message,
   AsyncCallback callback
)
where TMessage: class, ITinyMessage

Parameters

message
Message to deliver
callback
AsyncCallback called on completion

Type Parameters

TMessage
Type of message
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also